(GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 16:34:27 +0000 (16:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 16:34:27 +0000 (16:34 +0000)
renamed from PENDING_OUTPUT_COUNT.

src/s/gnu-linux.h

index d3c5a3ae141bf89af56e0d2abcb630b317c424b4..f426c5212b173b1794029cb8dda136f2c52983a7 100644 (file)
@@ -158,11 +158,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef emacs
 #ifdef _IO_STDIO_H
 /* new C libio names */
-#define PENDING_OUTPUT_COUNT(FILE) \
+#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
   ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
 #else /* !_IO_STDIO_H */
 /* old C++ iostream names */
-#define PENDING_OUTPUT_COUNT(FILE) \
+#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
   ((FILE)->_pptr - (FILE)->_pbase)
 #endif /* !_IO_STDIO_H */
 #endif /* emacs */